home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_lord / igmxt101.zip / IGMXTEND.1 < prev    next >
Text File  |  1996-06-05  |  4KB  |  124 lines

  1. ;------------------------------------------------------------------------------
  2. ;
  3. ;  Directory where LORD is Located...  The Last '\' is Needed.
  4. ;
  5. LORDir           S:\SHARED\DOORS\LORD\
  6. ;
  7. ;------------------------------------------------------------------------------
  8. ;
  9. ;  System Information
  10. ;
  11. SysopName        Timothy J. Ward
  12. SystemName       The Ultimate House of Fun BBS
  13. ;
  14. ;------------------------------------------------------------------------------
  15. ;
  16. ;  Registration Number
  17. ;
  18. RegistrationKey  0000000000
  19. ;
  20. ;------------------------------------------------------------------------------
  21. ;
  22. ;  Title to use in the Menu (Registered ONLY, 46 Characters MAX).
  23. ;
  24. MenuTitle        T&T Software's LORD IGM Extender
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Who this Extender is Registered To (40 Characters MAX).
  29. ;
  30. RegisteredTo     [U N R E G I S T E R E D]
  31. ;
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ;  Acknowledge who this Extender was Registered By (Registered ONLY).
  35. ;  (40 Characters MAX).
  36. ;
  37. RegisteredBy     No One Yet
  38. ;
  39. ;------------------------------------------------------------------------------
  40. ;
  41. ;  Display Running <IGM TITLE> when user chooses an IGM.
  42. ;
  43. ;  1 = Display Message, 0 = Don't Display Message.
  44. ;
  45. DisplayRunning   1
  46. ;
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ;  Check to see if the player died while in the IGM.  If the player dies
  50. ;  while in an IGM 10% of their experience will be taken and everything
  51. ;  will be cleaned up by IGMXTEND then the player will be returned to
  52. ;  the BBS.  If this is commented out it defaults to 1.
  53. ;
  54. ;  1 = Check, 0 = Don't Bother Checking.
  55. ;
  56. CheckForDeath   1
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ;  Serial port options. These options are generally not needed, as these
  61. ;  settings can usually be determined from the BBS door information file.
  62. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  63. ;  with the modem. "SerialPort" specifies the port port number that the modem
  64. ;  is connected to. Unless you have reassigned the port numbers through your
  65. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  66. ;  so on. Remove the semi-colon (;) to activate either of these options.
  67. ;
  68. LockedBPS    38400
  69. SerialPort   1
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ;  Uncomment this if you are using LORD's Internal Comm Routines.
  74. ;
  75. ;NoFossil
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  80. ;  door should record log information. To disable the log file altogether,
  81. ;  remove the semi-colon (;) from the "DisableLogging" line.
  82. ;
  83. LogFileName    IGMXTEND.LOG
  84. ;DisableLogging
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  The number of spaces to indent when writing to the log file.
  89. ;
  90. IndentSpace 15
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;
  94. ;  You will need to change the .1 to the node number.
  95. ;
  96. CustomFileName   INFO.1
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;
  100. ;  Local mode override. Forces door to always operate in local test mode.
  101. ;  Remove the semi-colon (;) to activate this option. When this mode is
  102. ;  activated, no door information file is required and default settings are
  103. ;  used for the user's name, location, etc.
  104. ;
  105. ;LocalMode
  106. ;
  107. ;------------------------------------------------------------------------------
  108. ; DO NOT CHANGE ANYTHING BELOW THIS LINE
  109. ;------------------------------------------------------------------------------
  110. CustomFileLine   Ignore
  111. CustomFileLine   Ignore
  112. CustomFileLine   Ignore
  113. CustomFileLine   Ignore
  114. CustomFileLine   MINUTESLEFT
  115. CustomFileLine   ALIAS
  116. CustomFileLine   USERFIRSTNAME
  117. CustomFileLine   USERLASTNAME
  118. CustomFileLine   COMPORT
  119. CustomFileLine   MODEMBPS
  120. CustomFileLine   Ignore
  121. CustomFileLine   Ignore
  122. CustomFileLine   Ignore
  123. CustomFileLine   Ignore
  124.